home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dmenu168.zip / DMENU.BAT < prev    next >
DOS Batch File  |  1992-07-31  |  151b  |  12 lines

  1. @echo off
  2. set t=c:\temp.fil
  3.  
  4. :loop
  5. c:\menu\dougmenu.exe %1 %2 %3
  6. if errorlevel==2 %t%
  7. if errorlevel==1 goto quit
  8. call %t%
  9. goto loop
  10.  
  11. :quit
  12.